plt.xlabel not working

28

plt.xlabel not working -

from importlib import reload
reload(plt)
plt.xlabel("Hello World")

xlabel not showing matplotlib -

import matplotlib.pyplot as plt
plt.gcf().subplots_adjust(bottom=0.15)

Comments

Submit
0 Comments